Skip to content

[Helix] Turn on template tests #8256

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from
Closed

[Helix] Turn on template tests #8256

wants to merge 5 commits into from

Conversation

HaoK
Copy link
Member

@HaoK HaoK commented Mar 6, 2019

And see what explodes/is missing

Starting point for #8270

@Eilon Eilon added the area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates label Mar 6, 2019
@HaoK HaoK changed the title [Helix] Turn on components/template tests [Helix] Turn on template tests Mar 7, 2019
@HaoK
Copy link
Member Author

HaoK commented Mar 7, 2019

@HaoK
Copy link
Member Author

HaoK commented Mar 12, 2019

For visibility the top of the test output looks like:

Starting test execution, please wait...
[xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.4.1 (64-bit .NET Core 3.0.0-preview4-27428-4)
[xUnit.net 00:00:01.09]   Discovering: ProjectTemplates.Tests
[xUnit.net 00:00:01.19]   Discovered:  ProjectTemplates.Tests
[xUnit.net 00:00:01.19]   Starting:    ProjectTemplates.Tests
[xUnit.net 00:00:01.30]     Templates.Test.ByteOrderMarkTest.CheckForByteOrderMark_ForAllTemplates(projectName: "Web.ProjectTemplates") [FAIL]
[xUnit.net 00:00:01.30]       System.IO.DirectoryNotFoundException : Could not find a part of the path 'C:\dotnetbuild\work\Web.ProjectTemplates\content'.
[xUnit.net 00:00:01.30]       Stack Trace:
[xUnit.net 00:00:01.30]            at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
[xUnit.net 00:00:01.31]            at System.IO.Enumeration.FileSystemEnumerator`1..ctor(String directory, EnumerationOptions options)
[xUnit.net 00:00:01.31]            at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options)
[xUnit.net 00:00:01.31]            at System.IO.Enumeration.FileSystemEnumerableFactory.UserDirectories(String directory, String expression, EnumerationOptions options)
[xUnit.net 00:00:01.31]            at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
[xUnit.net 00:00:01.31]            at System.IO.Directory.GetDirectories(String path, String searchPattern)
[xUnit.net 00:00:01.31]         /_/src/ProjectTemplates/test/ByteOrderMarkTest.cs(29,0): at Templates.Test.ByteOrderMarkTest.CheckForByteOrderMark_ForAllTemplates(String projectName)
[xUnit.net 00:00:01.32]     Templates.Test.ByteOrderMarkTest.CheckForByteOrderMark_ForAllTemplates(projectName: "Web.Spa.ProjectTemplates") [FAIL]
[xUnit.net 00:00:01.32]       System.IO.DirectoryNotFoundException : Could not find a part of the path 'C:\dotnetbuild\work\Web.Spa.ProjectTemplates\content'.
[xUnit.net 00:00:01.32]       Stack Trace:
[xUnit.net 00:00:01.32]            at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
[xUnit.net 00:00:01.32]            at System.IO.Enumeration.FileSystemEnumerator`1..ctor(String directory, EnumerationOptions options)
[xUnit.net 00:00:01.32]            at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options)
[xUnit.net 00:00:01.32]            at System.IO.Enumeration.FileSystemEnumerableFactory.UserDirectories(String directory, String expression, EnumerationOptions options)
[xUnit.net 00:00:01.32]            at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
[xUnit.net 00:00:01.32]            at System.IO.Directory.GetDirectories(String path, String searchPattern)
[xUnit.net 00:00:01.32]         /_/src/ProjectTemplates/test/ByteOrderMarkTest.cs(29,0): at Templates.Test.ByteOrderMarkTest.CheckForByteOrderMark_ForAllTemplates(String projectName)
[xUnit.net 00:00:01.33]     Templates.Test.CdnScriptTagTests.FallbackSrcContent_Matches_CDNContent [FAIL]
[xUnit.net 00:00:01.33]       System.TypeInitializationException : The type initializer for 'Templates.Test.CdnScriptTagTests' threw an exception.
[xUnit.net 00:00:01.33]       ---- System.InvalidOperationException : Could not find any ancestor directory containing .gitmodules at or above C:\dotnetbuild\work\5a32dd58-92da-4720-b4bf-14cebca55b78\Work\53dfbf3f-82c5-4109-baf0-0791192629d4\Exec\
[xUnit.net 00:00:01.33]       Stack Trace:
[xUnit.net 00:00:01.33]         /_/src/ProjectTemplates/test/CdnScriptTagTests.cs(101,0): at Templates.Test.CdnScriptTagTests.get_FallbackSrcCheckData()
[xUnit.net 00:00:01.33]         ----- Inner Stack Trace -----
[xUnit.net 00:00:01.33]         /_/src/ProjectTemplates/test/Helpers/MondoHelpers.cs(41,0): at Templates.Test.Helpers.MondoHelpers.FindAncestorDirectoryContaining(String filename)
[xUnit.net 00:00:01.33]         /_/src/ProjectTemplates/test/Helpers/MondoHelpers.cs(25,0): at Templates.Test.Helpers.MondoHelpers.GetMondoRepoRoot()
[xUnit.net 00:00:01.33]         /_/src/ProjectTemplates/test/Helpers/MondoHelpers.cs(13,0): at Templates.Test.Helpers.MondoHelpers.GetNupkgFiles()
[xUnit.net 00:00:01.33]         /_/src/ProjectTemplates/test/CdnScriptTagTests.cs(33,0): at Templates.Test.CdnScriptTagTests..cctor()
[xUnit.net 00:00:01.33]     Templates.Test.CdnScriptTagTests.CheckScriptSubresourceIntegrity [FAIL]
[xUnit.net 00:00:01.33]       System.TypeInitializationException : The type initializer for 'Templates.Test.CdnScriptTagTests' threw an exception.
[xUnit.net 00:00:01.33]       ---- System.InvalidOperationException : Could not find any ancestor directory containing .gitmodules at or above C:\dotnetbuild\work\5a32dd58-92da-4720-b4bf-14cebca55b78\Work\53dfbf3f-82c5-4109-baf0-0791192629d4\Exec\
[xUnit.net 00:00:01.33]       Stack Trace:
[xUnit.net 00:00:01.33]         /_/src/ProjectTemplates/test/CdnScriptTagTests.cs(55,0): at Templates.Test.CdnScriptTagTests.get_SubresourceIntegrityCheckScriptData()
[xUnit.net 00:00:01.33]         ----- Inner Stack Trace -----
[xUnit.net 00:00:01.33]         /_/src/ProjectTemplates/test/Helpers/MondoHelpers.cs(41,0): at Templates.Test.Helpers.MondoHelpers.FindAncestorDirectoryContaining(String filename)
[xUnit.net 00:00:01.33]         /_/src/ProjectTemplates/test/Helpers/MondoHelpers.cs(25,0): at Templates.Test.Helpers.MondoHelpers.GetMondoRepoRoot()
[xUnit.net 00:00:01.33]         /_/src/ProjectTemplates/test/Helpers/MondoHelpers.cs(13,0): at Templates.Test.Helpers.MondoHelpers.GetNupkgFiles()
[xUnit.net 00:00:01.33]         /_/src/ProjectTemplates/test/CdnScriptTagTests.cs(33,0): at Templates.Test.CdnScriptTagTests..cctor()
[xUnit.net 00:00:01.33]     Templates.Test.CdnScriptTagTests.CheckLinkSubresourceIntegrity [FAIL]
[xUnit.net 00:00:01.33]       System.TypeInitializationException : The type initializer for 'Templates.Test.CdnScriptTagTests' threw an exception.
[xUnit.net 00:00:01.33]       ---- System.InvalidOperationException : Could not find any ancestor directory containing .gitmodules at or above C:\dotnetbuild\work\5a32dd58-92da-4720-b4bf-14cebca55b78\Work\53dfbf3f-82c5-4109-baf0-0791192629d4\Exec\
[xUnit.net 00:00:01.33]       Stack Trace:
[xUnit.net 00:00:01.33]         /_/src/ProjectTemplates/test/CdnScriptTagTests.cs(67,0): at Templates.Test.CdnScriptTagTests.get_SubresourceIntegrityCheckLinkData()
[xUnit.net 00:00:01.33]         ----- Inner Stack Trace -----
[xUnit.net 00:00:01.33]         /_/src/ProjectTemplates/test/Helpers/MondoHelpers.cs(41,0): at Templates.Test.Helpers.MondoHelpers.FindAncestorDirectoryContaining(String filename)
[xUnit.net 00:00:01.33]         /_/src/ProjectTemplates/test/Helpers/MondoHelpers.cs(25,0): at Templates.Test.Helpers.MondoHelpers.GetMondoRepoRoot()
[xUnit.net 00:00:01.33]         /_/src/ProjectTemplates/test/Helpers/MondoHelpers.cs(13,0): at Templates.Test.Helpers.MondoHelpers.GetNupkgFiles()
[xUnit.net 00:00:01.33]         /_/src/ProjectTemplates/test/CdnScriptTagTests.cs(33,0): at Templates.Test.CdnScriptTagTests..cctor()
Failed   Templates.Test.ByteOrderMarkTest.CheckForByteOrderMark_ForAllTemplates(projectName: "Web.ProjectTemplates")
Error Message:
 System.IO.DirectoryNotFoundException : Could not find a part of the path 'C:\dotnetbuild\work\Web.ProjectTemplates\content'.
Stack Trace:
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1..ctor(String directory, EnumerationOptions options)
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options)
   at System.IO.Enumeration.FileSystemEnumerableFactory.UserDirectories(String directory, String expression, EnumerationOptions options)
   at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at System.IO.Directory.GetDirectories(String path, String searchPattern)
   at Templates.Test.ByteOrderMarkTest.CheckForByteOrderMark_ForAllTemplates(String projectName) in /_/src/ProjectTemplates/test/ByteOrderMarkTest.cs:line 29
Failed   Templates.Test.ByteOrderMarkTest.CheckForByteOrderMark_ForAllTemplates(projectName: "Web.Spa.ProjectTemplates")
Error Message:
 System.IO.DirectoryNotFoundException : Could not find a part of the path 'C:\dotnetbuild\work\Web.Spa.ProjectTemplates\content'.
Stack Trace:
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1..ctor(String directory, EnumerationOptions options)
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options)
   at System.IO.Enumeration.FileSystemEnumerableFactory.UserDirectories(String directory, String expression, EnumerationOptions options)
   at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at System.IO.Directory.GetDirectories(String path, String searchPattern)
   at Templates.Test.ByteOrderMarkTest.CheckForByteOrderMark_ForAllTemplates(String projectName) in /_/src/ProjectTemplates/test/ByteOrderMarkTest.cs:line 29
Failed   Templates.Test.CdnScriptTagTests.FallbackSrcContent_Matches_CDNContent
Error Message:
 System.TypeInitializationException : The type initializer for 'Templates.Test.CdnScriptTagTests' threw an exception.
---- System.InvalidOperationException : Could not find any ancestor directory containing .gitmodules at or above C:\dotnetbuild\work\5a32dd58-92da-4720-b4bf-14cebca55b78\Work\53dfbf3f-82c5-4109-baf0-0791192629d4\Exec\
Stack Trace:
   at Templates.Test.CdnScriptTagTests.get_FallbackSrcCheckData() in /_/src/ProjectTemplates/test/CdnScriptTagTests.cs:line 101
----- Inner Stack Trace -----
   at Templates.Test.Helpers.MondoHelpers.FindAncestorDirectoryContaining(String filename) in /_/src/ProjectTemplates/test/Helpers/MondoHelpers.cs:line 41
   at Templates.Test.Helpers.MondoHelpers.GetMondoRepoRoot() in /_/src/ProjectTemplates/test/Helpers/MondoHelpers.cs:line 25
   at Templates.Test.Helpers.MondoHelpers.GetNupkgFiles() in /_/src/ProjectTemplates/test/Helpers/MondoHelpers.cs:line 13
   at Templates.Test.CdnScriptTagTests..cctor() in /_/src/ProjectTemplates/test/CdnScriptTagTests.cs:line 33
Failed   Templates.Test.CdnScriptTagTests.CheckScriptSubresourceIntegrity
Error Message:
 System.TypeInitializationException : The type initializer for 'Templates.Test.CdnScriptTagTests' threw an exception.
---- System.InvalidOperationException : Could not find any ancestor directory containing .gitmodules at or above C:\dotnetbuild\work\5a32dd58-92da-4720-b4bf-14cebca55b78\Work\53dfbf3f-82c5-4109-baf0-0791192629d4\Exec\
Stack Trace:
   at Templates.Test.CdnScriptTagTests.get_SubresourceIntegrityCheckScriptData() in /_/src/ProjectTemplates/test/CdnScriptTagTests.cs:line 55
----- Inner Stack Trace -----
   at Templates.Test.Helpers.MondoHelpers.FindAncestorDirectoryContaining(String filename) in /_/src/ProjectTemplates/test/Helpers/MondoHelpers.cs:line 41
   at Templates.Test.Helpers.MondoHelpers.GetMondoRepoRoot() in /_/src/ProjectTemplates/test/Helpers/MondoHelpers.cs:line 25
   at Templates.Test.Helpers.MondoHelpers.GetNupkgFiles() in /_/src/ProjectTemplates/test/Helpers/MondoHelpers.cs:line 13
   at Templates.Test.CdnScriptTagTests..cctor() in /_/src/ProjectTemplates/test/CdnScriptTagTests.cs:line 33
Failed   Templates.Test.CdnScriptTagTests.CheckLinkSubresourceIntegrity
Error Message:
 System.TypeInitializationException : The type initializer for 'Templates.Test.CdnScriptTagTests' threw an exception.
---- System.InvalidOperationException : Could not find any ancestor directory containing .gitmodules at or above C:\dotnetbuild\work\5a32dd58-92da-4720-b4bf-14cebca55b78\Work\53dfbf3f-82c5-4109-baf0-0791192629d4\Exec\
Stack Trace:
   at Templates.Test.CdnScriptTagTests.get_SubresourceIntegrityCheckLinkData() in /_/src/ProjectTemplates/test/CdnScriptTagTests.cs:line 67
----- Inner Stack Trace -----
   at Templates.Test.Helpers.MondoHelpers.FindAncestorDirectoryContaining(String filename) in /_/src/ProjectTemplates/test/Helpers/MondoHelpers.cs:line 41
   at Templates.Test.Helpers.MondoHelpers.GetMondoRepoRoot() in /_/src/ProjectTemplates/test/Helpers/MondoHelpers.cs:line 25
   at Templates.Test.Helpers.MondoHelpers.GetNupkgFiles() in /_/src/ProjectTemplates/test/Helpers/MondoHelpers.cs:line 13
   at Templates.Test.CdnScriptTagTests..cctor() in /_/src/ProjectTemplates/test/CdnScriptTagTests.cs:line 33
[xUnit.net 00:00:02.47]     Templates.Test.SpaTemplateTest.ReactTemplateTest.ReactTemplate_Works_NetCore [SKIP]
[xUnit.net 00:00:02.47]       This test is flaky. Using https://github.com/aspnet/AspNetCore-Internal/issues/1745 to track re-enabling this.
[xUnit.net 00:00:02.48]     Templates.Test.SpaTemplateTest.AngularTemplateTest.AngularTemplate_Works [FAIL]
[xUnit.net 00:00:02.48]       System.AggregateException : One or more errors occurred. (Failed to connect to the web driver. Please see the readme and follow the instructions to install selenium.Remember to start the web driver with `selenium-standalone start` before running the end-to-end tests.) (The following constructor parameters did not have matching fixture data: BrowserFixture browserFixture)
[xUnit.net 00:00:02.48]       ---- System.InvalidOperationException : Failed to connect to the web driver. Please see the readme and follow the instructions to install selenium.Remember to start the web driver with `selenium-standalone start` before running the end-to-end tests.
[xUnit.net 00:00:02.48]       -------- OpenQA.Selenium.WebDriverException : A exception with a null response was thrown sending an HTTP request to the remote WebDriver server for URL http://127.0.0.1:4444/wd/hub/session. The status of the exception was UnknownError, and the message was: No connection could be made because the target machine actively refused it. No connection could be made because the target machine actively refused it.
[xUnit.net 00:00:02.48]       ------------ System.Net.WebException : No connection could be made because the target machine actively refused it. No connection could be made because the target machine actively refused it.
[xUnit.net 00:00:02.48]       ---------------- System.Net.Http.HttpRequestException : No connection could be made because the target machine actively refused it.
[xUnit.net 00:00:02.48]       -------------------- System.Net.Sockets.SocketException : No connection could be made because the target machine actively refused it.
[xUnit.net 00:00:02.48]       ---- The following constructor parameters did not have matching fixture data: BrowserFixture browserFixture
[xUnit.net 00:00:02.48]       Stack Trace:
[xUnit.net 00:00:02.48]         
[xUnit.net 00:00:02.48]         ----- Inner Stack Trace #1 (System.InvalidOperationException) -----
[xUnit.net 00:00:02.48]         /_/src/ProjectTemplates/test/Infrastructure/BrowserFixture.cs(54,0): at Templates.Test.Infrastructure.BrowserFixture..ctor()
[xUnit.net 00:00:02.48]         ----- Inner Stack Trace -----
[xUnit.net 00:00:02.48]            at OpenQA.Selenium.Remote.HttpCommandExecutor.MakeHttpRequest(HttpRequestInfo requestInfo)
[xUnit.net 00:00:02.48]            at OpenQA.Selenium.Remote.HttpCommandExecutor.Execute(Command commandToExecute)
[xUnit.net 00:00:02.48]            at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
[xUnit.net 00:00:02.48]            at OpenQA.Selenium.Remote.RemoteWebDriver.StartSession(ICapabilities desiredCapabilities)
[xUnit.net 00:00:02.48]            at OpenQA.Selenium.Remote.RemoteWebDriver..ctor(ICommandExecutor commandExecutor, ICapabilities desiredCapabilities)
[xUnit.net 00:00:02.48]            at OpenQA.Selenium.Remote.RemoteWebDriver..ctor(Uri remoteAddress, ICapabilities desiredCapabilities, TimeSpan commandTimeout)
[xUnit.net 00:00:02.48]            at OpenQA.Selenium.Remote.RemoteWebDriver..ctor(Uri remoteAddress, ICapabilities desiredCapabilities)
[xUnit.net 00:00:02.48]            at OpenQA.Selenium.Remote.RemoteWebDriver..ctor(ICapabilities desiredCapabilities)
[xUnit.net 00:00:02.48]            at OpenQA.Selenium.Remote.RemoteWebDriver..ctor(DriverOptions options)
[xUnit.net 00:00:02.48]         /_/src/ProjectTemplates/test/Infrastructure/BrowserFixture.cs(45,0): at Templates.Test.Infrastructure.BrowserFixture..ctor()
[xUnit.net 00:00:02.48]         ----- Inner Stack Trace -----
[xUnit.net 00:00:02.48]            at System.Net.HttpWebRequest.GetResponse()
[xUnit.net 00:00:02.48]            at OpenQA.Selenium.Remote.HttpCommandExecutor.MakeHttpRequest(HttpRequestInfo requestInfo)
[xUnit.net 00:00:02.48]         ----- Inner Stack Trace -----
[xUnit.net 00:00:02.48]            at System.Net.Http.ConnectHelper.ConnectAsync(String host, Int32 port, CancellationToken cancellationToken)
[xUnit.net 00:00:02.48]            at System.Threading.Tasks.ValueTask`1.get_Result()
[xUnit.net 00:00:02.48]            at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean allowHttp2, CancellationToken cancellationToken)
[xUnit.net 00:00:02.48]            at System.Threading.Tasks.ValueTask`1.get_Result()
[xUnit.net 00:00:02.48]            at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, CancellationToken cancellationToken)
[xUnit.net 00:00:02.48]            at System.Threading.Tasks.ValueTask`1.get_Result()
[xUnit.net 00:00:02.48]            at System.Net.Http.HttpConnectionPool.GetHttpConnectionAsync(HttpRequestMessage request, CancellationToken cancellationToken)
[xUnit.net 00:00:02.48]            at System.Threading.Tasks.ValueTask`1.get_Result()
[xUnit.net 00:00:02.48]            at System.Net.Http.HttpConnectionPool.SendWithRetryAsync(HttpRequestMessage request, Boolean doRequestAuth, CancellationToken cancellationToken)
[xUnit.net 00:00:02.48]            at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
[xUnit.net 00:00:02.48]            at System.Net.Http.HttpClient.FinishSendAsyncUnbuffered(Task`1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts)
[xUnit.net 00:00:02.48]            at System.Net.HttpWebRequest.SendRequest()
[xUnit.net 00:00:02.48]            at System.Net.HttpWebRequest.GetResponse()
[xUnit.net 00:00:02.48]         ----- Inner Stack Trace -----
[xUnit.net 00:00:02.48]            at System.Net.Http.ConnectHelper.ConnectAsync(String host, Int32 port, CancellationToken cancellationToken)
[xUnit.net 00:00:02.48]         ----- Inner Stack Trace #2 (Xunit.Sdk.TestClassException) -----
[xUnit.net 00:00:02.48]         
Skipped  Templates.Test.SpaTemplateTest.ReactTemplateTest.ReactTemplate_Works_NetCore
Failed   Templates.Test.SpaTemplateTest.AngularTemplateTest.AngularTemplate_Works
Error Message:
 System.AggregateException : One or more errors occurred. (Failed to connect to the web driver. Please see the readme and follow the instructions to install selenium.Remember to start the web driver with `selenium-standalone start` before running the end-to-end tests.) (The following constructor parameters did not have matching fixture data: BrowserFixture browserFixture)
---- System.InvalidOperationException : Failed to connect to the web driver. Please see the readme and follow the instructions to install selenium.Remember to start the web driver with `selenium-standalone start` before running the end-to-end tests.
-------- OpenQA.Selenium.WebDriverException : A exception with a null response was thrown sending an HTTP request to the remote WebDriver server for URL http://127.0.0.1:4444/wd/hub/session. The status of the exception was UnknownError, and the message was: No connection could be made because the target machine actively refused it. No connection could be made because the target machine actively refused it.
------------ System.Net.WebException : No connection could be made because the target machine actively refused it. No connection could be made because the target machine actively refused it.
---------------- System.Net.Http.HttpRequestException : No connection could be made because the target machine actively refused it.
-------------------- System.Net.Sockets.SocketException : No connection could be made because the target machine actively refused it.
---- The following constructor parameters did not have matching fixture data: BrowserFixture browserFixture
Stack Trace:

----- Inner Stack Trace #1 (System.InvalidOperationException) -----
   at Templates.Test.Infrastructure.BrowserFixture..ctor() in /_/src/ProjectTemplates/test/Infrastructure/BrowserFixture.cs:line 54
----- Inner Stack Trace -----
   at OpenQA.Selenium.Remote.HttpCommandExecutor.MakeHttpRequest(HttpRequestInfo requestInfo)
   at OpenQA.Selenium.Remote.HttpCommandExecutor.Execute(Command commandToExecute)
   at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
   at OpenQA.Selenium.Remote.RemoteWebDriver.StartSession(ICapabilities desiredCapabilities)
   at OpenQA.Selenium.Remote.RemoteWebDriver..ctor(ICommandExecutor commandExecutor, ICapabilities desiredCapabilities)
   at OpenQA.Selenium.Remote.RemoteWebDriver..ctor(Uri remoteAddress, ICapabilities desiredCapabilities, TimeSpan commandTimeout)
   at OpenQA.Selenium.Remote.RemoteWebDriver..ctor(Uri remoteAddress, ICapabilities desiredCapabilities)
   at OpenQA.Selenium.Remote.RemoteWebDriver..ctor(ICapabilities desiredCapabilities)
   at OpenQA.Selenium.Remote.RemoteWebDriver..ctor(DriverOptions options)
   at Templates.Test.Infrastructure.BrowserFixture..ctor() in /_/src/ProjectTemplates/test/Infrastructure/BrowserFixture.cs:line 45
----- Inner Stack Trace -----
   at System.Net.HttpWebRequest.GetResponse()
   at OpenQA.Selenium.Remote.HttpCommandExecutor.MakeHttpRequest(HttpRequestInfo requestInfo)
----- Inner Stack Trace -----
   at System.Net.Http.ConnectHelper.ConnectAsync(String host, Int32 port, CancellationToken cancellationToken)
   at System.Threading.Tasks.ValueTask`1.get_Result()
   at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean allowHttp2, CancellationToken cancellationToken)
   at System.Threading.Tasks.ValueTask`1.get_Result()
   at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, CancellationToken cancellationToken)
   at System.Threading.Tasks.ValueTask`1.get_Result()
   at System.Net.Http.HttpConnectionPool.GetHttpConnectionAsync(HttpRequestMessage request, CancellationToken cancellationToken)
   at System.Threading.Tasks.ValueTask`1.get_Result()
   at System.Net.Http.HttpConnectionPool.SendWithRetryAsync(HttpRequestMessage request, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
   at System.Net.Http.HttpClient.FinishSendAsyncUnbuffered(Task`1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts)
   at System.Net.HttpWebRequest.SendRequest()
   at System.Net.HttpWebRequest.GetResponse()
----- Inner Stack Trace -----
   at System.Net.Http.ConnectHelper.ConnectAsync(String host, Int32 port, CancellationToken cancellationToken)
----- Inner Stack Trace #2 (Xunit.Sdk.TestClassException) -----

[xUnit.net 00:00:03.50]     Templates.Test.RazorComponentsTemplateTest.RazorComponentsTemplateWorks [FAIL]
[xUnit.net 00:00:03.50]       System.AggregateException : One or more errors occurred. (Failed to connect to the web driver. Please see the readme and follow the instructions to install selenium.Remember to start the web driver with `selenium-standalone start` before running the end-to-end tests.) (The following constructor parameters did not have matching fixture data: BrowserFixture browserFixture)
[xUnit.net 00:00:03.50]       ---- System.InvalidOperationException : Failed to connect to the web driver. Please see the readme and follow the instructions to install selenium.Remember to start the web driver with `selenium-standalone start` before running the end-to-end tests.
[xUnit.net 00:00:03.50]       -------- OpenQA.Selenium.WebDriverException : A exception with a null response was thrown sending an HTTP request to the remote WebDriver server for URL http://127.0.0.1:4444/wd/hub/session. The status of the exception was UnknownError, and the message was: No connection could be made because the target machine actively refused it. No connection could be made because the target machine actively refused it.
[xUnit.net 00:00:03.50]       ------------ System.Net.WebException : No connection could be made because the target machine actively refused it. No connection could be made because the target machine actively refused it.
[xUnit.net 00:00:03.50]       ---------------- System.Net.Http.HttpRequestException : No connection could be made because the target machine actively refused it.
[xUnit.net 00:00:03.50]       -------------------- System.Net.Sockets.SocketException : No connection could be made because the target machine actively refused it.
[xUnit.net 00:00:03.50]       ---- The following constructor parameters did not have matching fixture data: BrowserFixture browserFixture
[xUnit.net 00:00:03.50]       Stack Trace:
[xUnit.net 00:00:03.50]         
[xUnit.net 00:00:03.50]         ----- Inner Stack Trace #1 (System.InvalidOperationException) -----
[xUnit.net 00:00:03.50]         /_/src/ProjectTemplates/test/Infrastructure/BrowserFixture.cs(54,0): at Templates.Test.Infrastructure.BrowserFixture..ctor()
[xUnit.net 00:00:03.50]         ----- Inner Stack Trace -----
[xUnit.net 00:00:03.50]            at OpenQA.Selenium.Remote.HttpCommandExecutor.MakeHttpRequest(HttpRequestInfo requestInfo)
[xUnit.net 00:00:03.50]            at OpenQA.Selenium.Remote.HttpCommandExecutor.Execute(Command commandToExecute)
[xUnit.net 00:00:03.50]            at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
[xUnit.net 00:00:03.50]            at OpenQA.Selenium.Remote.RemoteWebDriver.StartSession(ICapabilities desiredCapabilities)
[xUnit.net 00:00:03.50]            at OpenQA.Selenium.Remote.RemoteWebDriver..ctor(ICommandExecutor commandExecutor, ICapabilities desiredCapabilities)
[xUnit.net 00:00:03.50]            at OpenQA.Selenium.Remote.RemoteWebDriver..ctor(Uri remoteAddress, ICapabilities desiredCapabilities, TimeSpan commandTimeout)
[xUnit.net 00:00:03.50]            at OpenQA.Selenium.Remote.RemoteWebDriver..ctor(Uri remoteAddress, ICapabilities desiredCapabilities)
[xUnit.net 00:00:03.50]            at OpenQA.Selenium.Remote.RemoteWebDriver..ctor(ICapabilities desiredCapabilities)
[xUnit.net 00:00:03.50]            at OpenQA.Selenium.Remote.RemoteWebDriver..ctor(DriverOptions options)
[xUnit.net 00:00:03.50]         /_/src/ProjectTemplates/test/Infrastructure/BrowserFixture.cs(45,0): at Templates.Test.Infrastructure.BrowserFixture..ctor()
[xUnit.net 00:00:03.50]         ----- Inner Stack Trace -----
[xUnit.net 00:00:03.50]            at System.Net.HttpWebRequest.GetResponse()
[xUnit.net 00:00:03.50]            at OpenQA.Selenium.Remote.HttpCommandExecutor.MakeHttpRequest(HttpRequestInfo requestInfo)
[xUnit.net 00:00:03.50]         ----- Inner Stack Trace -----
[xUnit.net 00:00:03.50]            at System.Net.Http.ConnectHelper.ConnectAsync(String host, Int32 port, CancellationToken cancellationToken)
[xUnit.net 00:00:03.50]            at System.Threading.Tasks.ValueTask`1.get_Result()
[xUnit.net 00:00:03.50]            at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean allowHttp2, CancellationToken cancellationToken)
[xUnit.net 00:00:03.50]            at System.Threading.Tasks.ValueTask`1.get_Result()
[xUnit.net 00:00:03.50]            at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, CancellationToken cancellationToken)
[xUnit.net 00:00:03.50]            at System.Threading.Tasks.ValueTask`1.get_Result()
[xUnit.net 00:00:03.50]            at System.Net.Http.HttpConnectionPool.GetHttpConnectionAsync(HttpRequestMessage request, CancellationToken cancellationToken)
[xUnit.net 00:00:03.50]            at System.Threading.Tasks.ValueTask`1.get_Result()
[xUnit.net 00:00:03.50]            at System.Net.Http.HttpConnectionPool.SendWithRetryAsync(HttpRequestMessage request, Boolean doRequestAuth, CancellationToken cancellationToken)
[xUnit.net 00:00:03.50]            at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
[xUnit.net 00:00:03.50]            at System.Net.Http.HttpClient.FinishSendAsyncUnbuffered(Task`1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts)
[xUnit.net 00:00:03.50]            at System.Net.HttpWebRequest.SendRequest()
[xUnit.net 00:00:03.50]            at System.Net.HttpWebRequest.GetResponse()
[xUnit.net 00:00:03.50]         ----- Inner Stack Trace -----
[xUnit.net 00:00:03.51]            at System.Net.Http.ConnectHelper.ConnectAsync(String host, Int32 port, CancellationToken cancellationToken)
[xUnit.net 00:00:03.51]         ----- Inner Stack Trace #2 (Xunit.Sdk.TestClassException) -----
[xUnit.net 00:00:03.51]         
Failed   Templates.Test.RazorComponentsTemplateTest.RazorComponentsTemplateWorks
Error Message:
 System.AggregateException : One or more errors occurred. (Failed to connect to the web driver. Please see the readme and follow the instructions to install selenium.Remember to start the web driver with `selenium-standalone start` before running the end-to-end tests.) (The following constructor parameters did not have matching fixture data: BrowserFixture browserFixture)
---- System.InvalidOperationException : Failed to connect to the web driver. Please see the readme and follow the instructions to install selenium.Remember to start the web driver with `selenium-standalone start` before running the end-to-end tests.
-------- OpenQA.Selenium.WebDriverException : A exception with a null response was thrown sending an HTTP request to the remote WebDriver server for URL http://127.0.0.1:4444/wd/hub/session. The status of the exception was UnknownError, and the message was: No connection could be made because the target machine actively refused it. No connection could be made because the target machine actively refused it.
------------ System.Net.WebException : No connection could be made because the target machine actively refused it. No connection could be made because the target machine actively refused it.
---------------- System.Net.Http.HttpRequestException : No connection could be made because the target machine actively refused it.
-------------------- System.Net.Sockets.SocketException : No connection could be made because the target machine actively refused it.
---- The following constructor parameters did not have matching fixture data: BrowserFixture browserFixture
Stack Trace:

----- Inner Stack Trace #1 (System.InvalidOperationException) -----
   at Templates.Test.Infrastructure.BrowserFixture..ctor() in /_/src/ProjectTemplates/test/Infrastructure/BrowserFixture.cs:line 54
----- Inner Stack Trace -----
   at OpenQA.Selenium.Remote.HttpCommandExecutor.MakeHttpRequest(HttpRequestInfo requestInfo)
   at OpenQA.Selenium.Remote.HttpCommandExecutor.Execute(Command commandToExecute)
   at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
   at OpenQA.Selenium.Remote.RemoteWebDriver.StartSession(ICapabilities desiredCapabilities)
   at OpenQA.Selenium.Remote.RemoteWebDriver..ctor(ICommandExecutor commandExecutor, ICapabilities desiredCapabilities)
   at OpenQA.Selenium.Remote.RemoteWebDriver..ctor(Uri remoteAddress, ICapabilities desiredCapabilities, TimeSpan commandTimeout)
   at OpenQA.Selenium.Remote.RemoteWebDriver..ctor(Uri remoteAddress, ICapabilities desiredCapabilities)
   at OpenQA.Selenium.Remote.RemoteWebDriver..ctor(ICapabilities desiredCapabilities)
   at OpenQA.Selenium.Remote.RemoteWebDriver..ctor(DriverOptions options)
   at Templates.Test.Infrastructure.BrowserFixture..ctor() in /_/src/ProjectTemplates/test/Infrastructure/BrowserFixture.cs:line 45
----- Inner Stack Trace -----
   at System.Net.HttpWebRequest.GetResponse()
   at OpenQA.Selenium.Remote.HttpCommandExecutor.MakeHttpRequest(HttpRequestInfo requestInfo)
----- Inner Stack Trace -----
   at System.Net.Http.ConnectHelper.ConnectAsync(String host, Int32 port, CancellationToken cancellationToken)
   at System.Threading.Tasks.ValueTask`1.get_Result()
   at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean allowHttp2, CancellationToken cancellationToken)
   at System.Threading.Tasks.ValueTask`1.get_Result()
   at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, CancellationToken cancellationToken)
   at System.Threading.Tasks.ValueTask`1.get_Result()
   at System.Net.Http.HttpConnectionPool.GetHttpConnectionAsync(HttpRequestMessage request, CancellationToken cancellationToken)
   at System.Threading.Tasks.ValueTask`1.get_Result()
   at System.Net.Http.HttpConnectionPool.SendWithRetryAsync(HttpRequestMessage request, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
   at System.Net.Http.HttpClient.FinishSendAsyncUnbuffered(Task`1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts)
   at System.Net.HttpWebRequest.SendRequest()
   at System.Net.HttpWebRequest.GetResponse()
----- Inner Stack Trace -----
   at System.Net.Http.ConnectHelper.ConnectAsync(String host, Int32 port, CancellationToken cancellationToken)
----- Inner Stack Trace #2 (Xunit.Sdk.TestClassException) -----

[xUnit.net 00:00:20.05]     Templates.Test.RazorPagesTemplateTest.RazorPagesTemplate_IndividualAuthImpl(useLocalDB: False) [FAIL]
[xUnit.net 00:00:20.05]       System.InvalidOperationException : Could not find any ancestor directory containing .gitmodules at or above C:\dotnetbuild\work\5a32dd58-92da-4720-b4bf-14cebca55b78\Work\53dfbf3f-82c5-4109-baf0-0791192629d4\Exec\
[xUnit.net 00:00:20.05]       Stack Trace:
[xUnit.net 00:00:20.05]         /_/src/ProjectTemplates/test/Helpers/MondoHelpers.cs(41,0): at Templates.Test.Helpers.MondoHelpers.FindAncestorDirectoryContaining(String filename)
[xUnit.net 00:00:20.05]         /_/src/ProjectTemplates/test/Helpers/MondoHelpers.cs(25,0): at Templates.Test.Helpers.MondoHelpers.GetMondoRepoRoot()
[xUnit.net 00:00:20.05]         /_/src/ProjectTemplates/test/Helpers/MondoHelpers.cs(13,0): at Templates.Test.Helpers.MondoHelpers.GetNupkgFiles()
[xUnit.net 00:00:20.05]         /_/src/ProjectTemplates/test/Helpers/TemplatePackageInstaller.cs(105,0): at Templates.Test.Helpers.TemplatePackageInstaller.InstallTemplatePackages(ITestOutputHelper output)
[xUnit.net 00:00:20.05]         /_/src/ProjectTemplates/test/Helpers/TemplatePackageInstaller.cs(67,0): at Templates.Test.Helpers.TemplatePackageInstaller.EnsureTemplatingEngineInitialized(ITestOutputHelper output)
[xUnit.net 00:00:20.05]         /_/src/ProjectTemplates/test/Helpers/TemplateTestBase.cs(33,0): at Templates.Test.TemplateTestBase..ctor(ITestOutputHelper output)
[xUnit.net 00:00:20.06]         /_/src/ProjectTemplates/test/RazorPagesTemplateTest.cs(14,0): at Templates.Test.RazorPagesTemplateTest..ctor(ITestOutputHelper output)
[xUnit.net 00:00:20.06]       Output:
[xUnit.net 00:00:20.06]         ==> C:\dotnetbuild\work\5a32dd58-92da-4720-b4bf-14cebca55b78\Payload\sdk\x64\dotnet.exe new "web" --debug:custom-hive "C:\dotnetbuild\work\5a32dd58-92da-4720-b4bf-14cebca55b78\Work\53dfbf3f-82c5-4109-baf0-0791192629d4\Exec\.templateengine" [C:\dotnetbuild\work\5a32dd58-92da-4720-b4bf-14cebca55b78\Work\53dfbf3f-82c5-4109-baf0-0791192629d4\Exec\]
[xUnit.net 00:00:20.06]         Usage: new [options]
[xUnit.net 00:00:20.06]         
[xUnit.net 00:00:20.06]         Options:
[xUnit.net 00:00:20.06]           -h, --help          Displays help for this command.
[xUnit.net 00:00:20.06]           -l, --list          Lists templates containing the specified name. If no name is specified, lists all templates.
[xUnit.net 00:00:20.06]           -n, --name          The name for the output being created. If no name is specified, the name of the current directory is used.
[xUnit.net 00:00:20.06]           -o, --output        Location to place the generated output.
[xUnit.net 00:00:20.06]           -i, --install       Installs a source or a template pack.
[xUnit.net 00:00:20.06]           -u, --uninstall     Uninstalls a source or a template pack.
[xUnit.net 00:00:20.06]           --nuget-source      Specifies a NuGet source to use during install.
[xUnit.net 00:00:20.06]           --type              Filters templates based on available types. Predefined values are "project", "item" or "other".
[xUnit.net 00:00:20.06]           --dry-run           Displays a summary of what would happen if the given command line were run if it would result in a template creation.
[xUnit.net 00:00:20.06]           --force             Forces content to be generated even if it would change existing files.
[xUnit.net 00:00:20.06]           -lang, --language   Filters templates based on language and specifies the language of the template to create.
[xUnit.net 00:00:20.06]         
[xUnit.net 00:00:20.06]         
[xUnit.net 00:00:20.06]         [ERROR] No templates matched the input template name: web.
[xUnit.net 00:00:20.06]         [ERROR] 
[xUnit.net 00:00:20.06]         Templates                      Short Name      Language          Tags           
[xUnit.net 00:00:20.06]         --------------------------------------------------------------------------------
[xUnit.net 00:00:20.06]         Console Application            console         [C#], F#, VB      Common/Console 
[xUnit.net 00:00:20.06]         Class library                  classlib        [C#], F#, VB      Common/Library 
[xUnit.net 00:00:20.06]         WPF Application                wpf             [C#]              Common/WPF     
[xUnit.net 00:00:20.06]         Windows Forms Application      winforms        [C#]              Common/WinForms
[xUnit.net 00:00:20.06]         Unit Test Project              mstest          [C#], F#, VB      Test/MSTest    
[xUnit.net 00:00:20.06]         NUnit 3 Test Project           nunit           [C#], F#, VB      Test/NUnit     
[xUnit.net 00:00:20.06]         NUnit 3 Test Item              nunit-test      [C#], F#, VB      Test/NUnit     
[xUnit.net 00:00:20.06]         xUnit Test Project             xunit           [C#], F#, VB      Test/xUnit     
[xUnit.net 00:00:20.06]         
[xUnit.net 00:00:20.06]         Examples:
[xUnit.net 00:00:20.06]             dotnet new nunit-test
[xUnit.net 00:00:20.06]             dotnet new classlib --framework netcoreapp3.0
[xUnit.net 00:00:20.06]             dotnet new --help
[xUnit.net 00:00:20.06]         ==> C:\dotnetbuild\work\5a32dd58-92da-4720-b4bf-14cebca55b78\Payload\sdk\x64\dotnet.exe new "webapp" --debug:custom-hive "C:\dotnetbuild\work\5a32dd58-92da-4720-b4bf-14cebca55b78\Work\53dfbf3f-82c5-4109-baf0-0791192629d4\Exec\.templateengine" [C:\dotnetbuild\work\5a32dd58-92da-4720-b4bf-14cebca55b78\Work\53dfbf3f-82c5-4109-baf0-0791192629d4\Exec\]
[xUnit.net 00:00:20.06]         Usage: new [options]
[xUnit.net 00:00:20.06]         
[xUnit.net 00:00:20.06]         Options:
[xUnit.net 00:00:20.06]           -h, --help          Displays help for this command.
[xUnit.net 00:00:20.06]           -l, --list          Lists templates containing the specified name. If no name is specified, lists all templates.
[xUnit.net 00:00:20.06]           -n, --name          The name for the output being created. If no name is specified, the name of the current directory is used.
[xUnit.net 00:00:20.06]           -o, --output        Location to place the generated output.
[xUnit.net 00:00:20.06]           -i, --install       Installs a source or a template pack.
[xUnit.net 00:00:20.06]           -u, --uninstall     Uninstalls a source or a template pack.
[xUnit.net 00:00:20.06]           --nuget-source      Specifies a NuGet source to use during install.
[xUnit.net 00:00:20.06]           --type              Filters templates based on available types. Predefined values are "project", "item" or "other".
[xUnit.net 00:00:20.06]           --dry-run           Displays a summary of what would happen if the given command line were run if it would result in a template creation.
[xUnit.net 00:00:20.06]           --force             Forces content to be generated even if it would change existing files.
[xUnit.net 00:00:20.06]           -lang, --language   Filters templates based on language and specifies the language of the template to create.
[xUnit.net 00:00:20.06]         
[xUnit.net 00:00:20.06]         
[xUnit.net 00:00:20.06]         [ERROR] No templates matched the input template name: webapp.
[xUnit.net 00:00:20.06]         [ERROR] 
[xUnit.net 00:00:20.06]         Templates                      Short Name      Language          Tags           
[xUnit.net 00:00:20.06]         --------------------------------------------------------------------------------
[xUnit.net 00:00:20.06]         Console Application            console         [C#], F#, VB      Common/Console 
[xUnit.net 00:00:20.06]         Class library                  classlib        [C#], F#, VB      Common/Library 
[xUnit.net 00:00:20.06]         WPF Application                wpf             [C#]              Common/WPF     
[xUnit.net 00:00:20.06]         Windows Forms Application      winforms        [C#]              Common/WinForms
[xUnit.net 00:00:20.06]         Unit Test Project              mstest          [C#], F#, VB      Test/MSTest    
[xUnit.net 00:00:20.06]         NUnit 3 Test Project           nunit           [C#], F#, VB      Test/NUnit     
[xUnit.net 00:00:20.06]         NUnit 3 Test Item              nunit-test      [C#], F#, VB      Test/NUnit     
[xUnit.net 00:00:20.06]         xUnit Test Project             xunit           [C#], F#, VB      Test/xUnit     
[xUnit.net 00:00:20.06]         
[xUnit.net 00:00:20.06]         Examples:
[xUnit.net 00:00:20.06]             dotnet new xunit 
[xUnit.net 00:00:20.06]             dotnet new classlib --framework netcoreapp3.0
[xUnit.net 00:00:20.06]             dotnet new --help
[xUnit.net 00:00:20.06]         ==> C:\dotnetbuild\work\5a32dd58-92da-4720-b4bf-14cebca55b78\Payload\sdk\x64\dotnet.exe new "mvc" --debug:custom-hive "C:\dotnetbuild\work\5a32dd58-92da-4720-b4bf-14cebca55b78\Work\53dfbf3f-82c5-4109-baf0-0791192629d4\Exec\.templateengine" [C:\dotnetbuild\work\5a32dd58-92da-4720-b4bf-14cebca55b78\Work\53dfbf3f-82c5-4109-baf0-0791192629d4\Exec\]
[xUnit.net 00:00:20.06]         Usage: new [options]
[xUnit.net 00:00:20.06]         
[xUnit.net 00:00:20.06]         Options:
[xUnit.net 00:00:20.06]           -h, --help          Displays help for this command.
[xUnit.net 00:00:20.06]           -l, --list          Lists templates containing the specified name. If no name is specified, lists all templates.
[xUnit.net 00:00:20.06]           -n, --name          The name for the output being created. If no name is specified, the name of the current directory is used.
[xUnit.net 00:00:20.06]           -o, --output        Location to place the generated output.
[xUnit.net 00:00:20.06]           -i, --install       Installs a source or a template pack.
[xUnit.net 00:00:20.06]           -u, --uninstall     Uninstalls a source or a template pack.
[xUnit.net 00:00:20.06]           --nuget-source      Specifies a NuGet source to use during install.
[xUnit.net 00:00:20.06]           --type              Filters templates based on available types. Predefined values are "project", "item" or "other".
[xUnit.net 00:00:20.06]           --dry-run           Displays a summary of what would happen if the given command line were run if it would result in a template creation.
[xUnit.net 00:00:20.06]           --force             Forces content to be generated even if it would change existing files.
[xUnit.net 00:00:20.06]           -lang, --language   Filters templates based on language and specifies the language of the template to create.
[xUnit.net 00:00:20.06]         
[xUnit.net 00:00:20.07]         
[xUnit.net 00:00:20.07]         [ERROR] No templates matched the input template name: mvc.
[xUnit.net 00:00:20.07]         [ERROR] 
[xUnit.net 00:00:20.07]         Templates                      Short Name      Language          Tags           
[xUnit.net 00:00:20.07]         --------------------------------------------------------------------------------
[xUnit.net 00:00:20.07]         Console Application            console         [C#], F#, VB      Common/Console 
[xUnit.net 00:00:20.07]         Class library                  classlib        [C#], F#, VB      Common/Library 
[xUnit.net 00:00:20.07]         WPF Application                wpf             [C#]              Common/WPF     
[xUnit.net 00:00:20.07]         Windows Forms Application      winforms        [C#]              Common/WinForms
[xUnit.net 00:00:20.07]         Unit Test Project              mstest          [C#], F#, VB      Test/MSTest    
[xUnit.net 00:00:20.07]         NUnit 3 Test Project           nunit           [C#], F#, VB      Test/NUnit     
[xUnit.net 00:00:20.07]         NUnit 3 Test Item              nunit-test      [C#], F#, VB      Test/NUnit     
[xUnit.net 00:00:20.07]         xUnit Test Project             xunit           [C#], F#, VB      Test/xUnit     
[xUnit.net 00:00:20.07]         
[xUnit.net 00:00:20.07]         Examples:
[xUnit.net 00:00:20.07]             dotnet new nunit -f net472
[xUnit.net 00:00:20.07]             dotnet new xunit 
[xUnit.net 00:00:20.07]             dotnet new --help
[xUnit.net 00:00:20.07]         ==> C:\dotnetbuild\work\5a32dd58-92da-4720-b4bf-14cebca55b78\Payload\sdk\x64\dotnet.exe new "react" --debug:custom-hive "C:\dotnetbuild\work\5a32dd58-92da-4720-b4bf-14cebca55b78\Work\53dfbf3f-82c5-4109-baf0-0791192629d4\Exec\.templateengine" [C:\dotnetbuild\work\5a32dd58-92da-4720-b4bf-14cebca55b78\Work\53dfbf3f-82c5-4109-baf0-0791192629d4\Exec\]
[xUnit.net 00:00:20.07]         Usage: new [options]
[xUnit.net 00:00:20.07]         
[xUnit.net 00:00:20.07]         Options:
[xUnit.net 00:00:20.07]           -h, --help          Displays help for this command.
[xUnit.net 00:00:20.07]           -l, --list          Lists templates containing the specified name. If no name is specified, lists all templates.
[xUnit.net 00:00:20.07]           -n, --name          The name for the output being created. If no name is specified, the name of the current directory is used.
[xUnit.net 00:00:20.07]           -o, --output        Location to place the generated output.
[xUnit.net 00:00:20.07]           -i, --install       Installs a source or a template pack.
[xUnit.net 00:00:20.07]           -u, --uninstall     Uninstalls a source or a template pack.
[xUnit.net 00:00:20.07]           --nuget-source      Specifies a NuGet source to use during install.
[xUnit.net 00:00:20.07]           --type              Filters templates based on available types. Predefined values are "project", "item" or "other".
[xUnit.net 00:00:20.07]           --dry-run           Displays a summary of what would happen if the given command line were run if it would result in a template creation.
[xUnit.net 00:00:20.07]           --force             Forces content to be generated even if it would change existing files.
[xUnit.net 00:00:20.07]           -lang, --language   Filters templates based on language and specifies the language of the template to create.
[xUnit.net 00:00:20.07]         
[xUnit.net 00:00:20.07]         
[xUnit.net 00:00:20.07]         [ERROR] No templates matched the input template name: react.
[xUnit.net 00:00:20.07]         [ERROR] 
[xUnit.net 00:00:20.07]         Templates                      Short Name      Language          Tags           
[xUnit.net 00:00:20.07]         --------------------------------------------------------------------------------
[xUnit.net 00:00:20.07]         Console Application            console         [C#], F#, VB      Common/Console 
[xUnit.net 00:00:20.07]         Class library                  classlib        [C#], F#, VB      Common/Library 
[xUnit.net 00:00:20.07]         WPF Application                wpf             [C#]              Common/WPF     
[xUnit.net 00:00:20.07]         Windows Forms Application      winforms        [C#]              Common/WinForms
[xUnit.net 00:00:20.07]         Unit Test Project              mstest          [C#], F#, VB      Test/MSTest    
[xUnit.net 00:00:20.07]         NUnit 3 Test Project           nunit           [C#], F#, VB      Test/NUnit     
[xUnit.net 00:00:20.07]         NUnit 3 Test Item              nunit-test      [C#], F#, VB      Test/NUnit     
[xUnit.net 00:00:20.07]         xUnit Test Project             xunit           [C#], F#, VB      Test/xUnit     
[xUnit.net 00:00:20.07]         
[xUnit.net 00:00:20.07]         Examples:
[xUnit.net 00:00:20.07]             dotnet new xunit 
[xUnit.net 00:00:20.07]             dotnet new mstest 
[xUnit.net 00:00:20.07]             dotnet new --help
[xUnit.net 00:00:20.07]         ==> C:\dotnetbuild\work\5a32dd58-92da-4720-b4bf-14cebca55b78\Payload\sdk\x64\dotnet.exe new "reactredux" --debug:custom-hive "C:\dotnetbuild\work\5a32dd58-92da-4720-b4bf-14cebca55b78\Work\53dfbf3f-82c5-4109-baf0-0791192629d4\Exec\.templateengine" [C:\dotnetbuild\work\5a32dd58-92da-4720-b4bf-14cebca55b78\Work\53dfbf3f-82c5-4109-baf0-0791192629d4\Exec\]
[xUnit.net 00:00:20.07]         Usage: new [options]
[xUnit.net 00:00:20.07]         
[xUnit.net 00:00:20.07]         Options:
[xUnit.net 00:00:20.07]           -h, --help          Displays help for this command.
[xUnit.net 00:00:20.07]           -l, --list          Lists templates containing the specified name. If no name is specified, lists all templates.
[xUnit.net 00:00:20.07]           -n, --name          The name for the output being created. If no name is specified, the name of the current directory is used.
[xUnit.net 00:00:20.07]           -o, --output        Location to place the generated output.
[xUnit.net 00:00:20.07]           -i, --install       Installs a source or a template pack.
[xUnit.net 00:00:20.07]           -u, --uninstall     Uninstalls a source or a template pack.
[xUnit.net 00:00:20.07]           --nuget-source      Specifies a NuGet source to use during install.
[xUnit.net 00:00:20.07]           --type              Filters templates based on available types. Predefined values are "project", "item" or "other".
[xUnit.net 00:00:20.07]           --dry-run           Displays a summary of what would happen if the given command line were run if it would result in a template creation.
[xUnit.net 00:00:20.07]           --force             Forces content to be generated even if it would change existing files.
[xUnit.net 00:00:20.07]           -lang, --language   Filters templates based on language and specifies the language of the template to create.
[xUnit.net 00:00:20.07]         
[xUnit.net 00:00:20.07]         
[xUnit.net 00:00:20.07]         Templates                      Short Name      Language          Tags           
[xUnit.net 00:00:20.07]         --------------------------------------------------------------------------------
[xUnit.net 00:00:20.07]         Console Application            console         [C#], F#, VB      Common/Console 
[xUnit.net 00:00:20.07]         Class library                  classlib        [C#], F#, VB      Common/Library 
[xUnit.net 00:00:20.07]         WPF Application                wpf             [C#]              Common/WPF     
[xUnit.net 00:00:20.07]         Windows Forms Application      winforms        [C#]              Common/WinForms
[xUnit.net 00:00:20.07]         Unit Test Project              mstest          [C#], F#, VB      Test/MSTest    
[xUnit.net 00:00:20.07]         NUnit 3 Test Project           nunit           [C#], F#, VB      Test/NUnit     
[xUnit.net 00:00:20.07]         NUnit 3 Test Item              nunit-test      [C#], F#, VB      Test/NUnit     
[xUnit.net 00:00:20.07]         xUnit Test Project             xunit           [C#], F#, VB      Test/xUnit     
[xUnit.net 00:00:20.07]         
[xUnit.net 00:00:20.07]         Examples:
[xUnit.net 00:00:20.07]             dotnet new nunit-test
[xUnit.net 00:00:20.07]             dotnet new mstest 
[xUnit.net 00:00:20.07]             dotnet new --help
[xUnit.net 00:00:20.07]         [ERROR] No templates matched the input template name: reactredux.
[xUnit.net 00:00:20.07]         [ERROR] 
[xUnit.net 00:00:20.07]         ==> C:\dotnetbuild\work\5a32dd58-92da-4720-b4bf-14cebca55b78\Payload\sdk\x64\dotnet.exe new "angular" --debug:custom-hive "C:\dotnetbuild\work\5a32dd58-92da-4720-b4bf-14cebca55b78\Work\53dfbf3f-82c5-4109-baf0-0791192629d4\Exec\.templateengine" [C:\dotnetbuild\work\5a32dd58-92da-4720-b4bf-14cebca55b78\Work\53dfbf3f-82c5-4109-baf0-0791192629d4\Exec\]
[xUnit.net 00:00:20.07]         Usage: new [options]
[xUnit.net 00:00:20.07]         
[xUnit.net 00:00:20.07]         Options:
[xUnit.net 00:00:20.07]           -h, --help          Displays help for this command.
[xUnit.net 00:00:20.07]           -l, --list          Lists templates containing the specified name. If no name is specified, lists all templates.
[xUnit.net 00:00:20.07]           -n, --name          The name for the output being created. If no name is specified, the name of the current directory is used.
[xUnit.net 00:00:20.07]           -o, --output        Location to place the generated output.
[xUnit.net 00:00:20.07]           -i, --install       Installs a source or a template pack.
[xUnit.net 00:00:20.07]           -u, --uninstall     Uninstalls a source or a template pack.
[xUnit.net 00:00:20.07]           --nuget-source      Specifies a NuGet source to use during install.
[xUnit.net 00:00:20.07]           --type              Filters templates based on available types. Predefined values are "project", "item" or "other".
[xUnit.net 00:00:20.07]           --dry-run           Displays a summary of what would happen if the given command line were run if it would result in a template creation.
[xUnit.net 00:00:20.07]           --force             Forces content to be generated even if it would change existing files.
[xUnit.net 00:00:20.07]           -lang, --language   Filters templates based on language and specifies the language of the template to create.
[xUnit.net 00:00:20.07]         
[xUnit.net 00:00:20.07]         
[xUnit.net 00:00:20.07]         [ERROR] No templates matched the input template name: angular.
[xUnit.net 00:00:20.07]         [ERROR] 
[xUnit.net 00:00:20.07]         Templates                      Short Name      Language          Tags           
[xUnit.net 00:00:20.07]         --------------------------------------------------------------------------------
[xUnit.net 00:00:20.07]         Console Application            console         [C#], F#, VB      Common/Console 
[xUnit.net 00:00:20.07]         Class library                  classlib        [C#], F#, VB      Common/Library 
[xUnit.net 00:00:20.07]         WPF Application                wpf             [C#]              Common/WPF     
[xUnit.net 00:00:20.07]         Windows Forms Application      winforms        [C#]              Common/WinForms
[xUnit.net 00:00:20.07]         Unit Test Project              mstest          [C#], F#, VB      Test/MSTest    
[xUnit.net 00:00:20.07]         NUnit 3 Test Project           nunit           [C#], F#, VB      Test/NUnit     
[xUnit.net 00:00:20.07]         NUnit 3 Test Item              nunit-test      [C#], F#, VB      Test/NUnit     
[xUnit.net 00:00:20.07]         xUnit Test Project             xunit           [C#], F#, VB      Test/xUnit     
[xUnit.net 00:00:20.07]         
[xUnit.net 00:00:20.07]         Examples:
[xUnit.net 00:00:20.07]             dotnet new nunit-test
[xUnit.net 00:00:20.07]             dotnet new console 
[xUnit.net 00:00:20.07]             dotnet new --help
Failed   Templates.Test.RazorPagesTemplateTest.RazorPagesTemplate_IndividualAuthImpl(useLocalDB: False)
Error Message:
 System.InvalidOperationException : Could not find any ancestor directory containing .gitmodules at or above C:\dotnetbuild\work\5a32dd58-92da-4720-b4bf-14cebca55b78\Work\53dfbf3f-82c5-4109-baf0-0791192629d4\Exec\
Stack Trace:
   at Templates.Test.Helpers.MondoHelpers.FindAncestorDirectoryContaining(String filename) in /_/src/ProjectTemplates/test/Helpers/MondoHelpers.cs:line 41
   at Templates.Test.Helpers.MondoHelpers.GetMondoRepoRoot() in /_/src/ProjectTemplates/test/Helpers/MondoHelpers.cs:line 25
   at Templates.Test.Helpers.MondoHelpers.GetNupkgFiles() in /_/src/ProjectTemplates/test/Helpers/MondoHelpers.cs:line 13
   at Templates.Test.Helpers.TemplatePackageInstaller.InstallTemplatePackages(ITestOutputHelper output) in /_/src/ProjectTemplates/test/Helpers/TemplatePackageInstaller.cs:line 105
   at Templates.Test.Helpers.TemplatePackageInstaller.EnsureTemplatingEngineInitialized(ITestOutputHelper output) in /_/src/ProjectTemplates/test/Helpers/TemplatePackageInstaller.cs:line 67
   at Templates.Test.TemplateTestBase..ctor(ITestOutputHelper output) in /_/src/ProjectTemplates/test/Helpers/TemplateTestBase.cs:line 33
   at Templates.Test.RazorPagesTemplateTest..ctor(ITestOutputHelper output) in /_/src/ProjectTemplates/test/RazorPagesTemplateTest.cs:line 14
Standard Output Messages:
 ==> C:\dotnetbuild\work\5a32dd58-92da-4720-b4bf-14cebca55b78\Payload\sdk\x64\dotnet.exe new "web" --debug:custom-hive "C:\dotnetbuild\work\5a32dd58-92da-4720-b4bf-14cebca55b78\Work\53dfbf3f-82c5-4109-baf0-0791192629d4\Exec\.templateengine" [C:\dotnetbuild\work\5a32dd58-92da-4720-b4bf-14cebca55b78\Work\53dfbf3f-82c5-4109-baf0-0791192629d4\Exec\]
 Usage: new [options]
 
 Options:
   -h, --help          Displays help for this command.
   -l, --list          Lists templates containing the specified name. If no name is specified, lists all templates.
   -n, --name          The name for the output being created. If no name is specified, the name of the current directory is used.
   -o, --output        Location to place the generated output.
   -i, --install       Installs a source or a template pack.
   -u, --uninstall     Uninstalls a source or a template pack.
   --nuget-source      Specifies a NuGet source to use during install.
   --type              Filters templates based on available types. Predefined values are "project", "item" or "other".
   --dry-run           Displays a summary of what would happen if the given command line were run if it would result in a template creation.
   --force             Forces content to be generated even if it would change existing files.
   -lang, --language   Filters templates based on language and specifies the language of the template to create.
 
 
 [ERROR] No templates matched the input template name: web.
 [ERROR] 
 Templates                      Short Name      Language          Tags           
 --------------------------------------------------------------------------------
 Console Application            console         [C#], F#, VB      Common/Console 
 Class library                  classlib        [C#], F#, VB      Common/Library 
 WPF Application                wpf             [C#]              Common/WPF     
 Windows Forms Application      winforms        [C#]              Common/WinForms
 Unit Test Project              mstest          [C#], F#, VB      Test/MSTest    
 NUnit 3 Test Project           nunit           [C#], F#, VB      Test/NUnit     
 NUnit 3 Test Item              nunit-test      [C#], F#, VB      Test/NUnit     
 xUnit Test Project             xunit           [C#], F#, VB      Test/xUnit     
 
 Examples:
     dotnet new nunit-test
     dotnet new classlib --framework netcoreapp3.0
     dotnet new --help
 ==> C:\dotnetbuild\work\5a32dd58-92da-4720-b4bf-14cebca55b78\Payload\sdk\x64\dotnet.exe new "webapp" --debug:custom-hive "C:\dotnetbuild\work\5a32dd58-92da-4720-b4bf-14cebca55b78\Work\53dfbf3f-82c5-4109-baf0-0791192629d4\Exec\.templateengine" [C:\dotnetbuild\work\5a32dd58-92da-4720-b4bf-14cebca55b78\Work\53dfbf3f-82c5-4109-baf0-0791192629d4\Exec\]
 Usage: new [options]
 
 Options:
   -h, --help          Displays help for this command.
   -l, --list          Lists templates containing the specified name. If no name is specified, lists all templates.
   -n, --name          The name for the output being created. If no name is specified, the name of the current directory is used.
   -o, --output        Location to place the generated output.
   -i, --install       Installs a source or a template pack.
   -u, --uninstall     Uninstalls a source or a template pack.
   --nuget-source      Specifies a NuGet source to use during install.
   --type              Filters templates based on available types. Predefined values are "project", "item" or "other".
   --dry-run           Displays a summary of what would happen if the given command line were run if it would result in a template creation.
   --force             Forces content to be generated even if it would change existing files.
   -lang, --language   Filters templates based on language and specifies the language of the template to create.
 

@HaoK HaoK closed this Aug 29, 2019
@dougbu dougbu deleted the helix/selenium branch May 18, 2020 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants